.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  height: 1206px;
  background: url(../images/pro.jpg) no-repeat center top;
  padding: 59px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.pro .contents {
  position: relative;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  height: 50px;
  padding: 0 0 0 51px;
  box-sizing: border-box;
  position: relative;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 34px;
  height: 29px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 20px;
  left: -30px;
}
.pro .box .top i {
  font-family: Arial;
  font-size: 70px;
  font-weight: bold;
  color: #5fc754;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.pro .box .top h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.pro .box .top em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #5fc754;
  line-height: 10px;
  position: absolute;
  top: 40px;
  left: 30px;
  width: 200px;
}
.pro .box .more {
  display: block;
  width: 70px;
  height: 54px;
  background: url(../images/more1.png) no-repeat center;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 54px;
  font-weight: bold;
  position: relative;
}
.pro .box .more::before {
  content: "";
  display: block;
  width: 600px;
  height: 1px;
  position: absolute;
  background: #eee;
  top: 50%;
  left: -624px;
}
.pro .warp {
  margin: 38px 0 0;
  display: flex;
  justify-content: space-between;
}
.pro .warp .aside {
  position: relative;
  width: 250px;
  margin: 0 0 0 26px;
  z-index: 100;
}
.pro .warp .aside li .art {
  position: relative;
  height: 70px;
  padding: 0 85px 0 0;
  width: 100%;
  box-sizing: border-box;
}
.pro .warp .aside li .art::before {
  content: "";
  display: block;
  width: 250px;
  height: 13px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center;
  bottom: -6.5px;
  left: 0;
}
.pro .warp .aside li .art .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .warp .aside li .art .more {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/more4.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -14px;
}
.pro .warp .aside li .er {
  margin: 30px 0 0;
}
.pro .warp .aside li .er a {
  display: block;
  width: 218px;
  height: 55px;
  background: #ecfbe8;
  border-radius: 28px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #777;
  line-height: 55px;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .warp .aside li:nth-child(1) .art .cond {
  color: #5fc754;
  font-weight: bold;
}
.pro .warp .plaet {
  width: 940px;
  display: flex;
  justify-content: space-between;
}
.pro .warp .plaet .text {
  width: 410px;
  margin: 60px 0 0;
  position: relative;
}
.pro .warp .plaet .text::before {
  content: "";
  display: block;
  width: 410px;
  height: 1px;
  position: absolute;
  background: #eee;
  top: 65px;
  left: 0;
}
.pro .warp .plaet .text .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .warp .plaet .text em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #ccc;
  line-height: 10px;
  letter-spacing: 6px;
  margin: 10px 0 55px;
}
.pro .warp .plaet .text p {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.pro .warp .plaet .text .more {
  display: block;
  width: 170px;
  height: 48px;
  background: #5fc754 url(../images/more2.png) no-repeat center left;
  background-position-x: 12px;
  border-radius: 24px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  padding: 0 0 0 90px;
  box-sizing: border-box;
  margin: 30px 0 0;
}
.pro .warp .plaet .tu {
  width: 470px;
  height: 334px;
  background: #eee;
  padding: 10px;
  box-sizing: border-box;
}
.pro .warp .plaet .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .plaet .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .warp .plaet .tu .img img:hover {
  transform: scale(1.1);
}
.pro .listimg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 472px;
  left: 0;
}
.pro .listimg li {
  width: 300px;
  height: 298px;
  background: #f4f4f4;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 17px 18px 0;
  margin-bottom: 40px;
}
.pro .listimg li .img {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.pro .listimg li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .listimg li .img img:hover {
  transform: scale(1.1);
}
.pro .listimg li .text {
  padding: 12px 120px 0 0;
  box-sizing: border-box;
  position: relative;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .listimg li .text em {
  display: block;
  font-size: 16px;
  color: #ddd;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .listimg li .text .more {
  display: block;
  width: 120px;
  height: 28px;
  background: url(../images/more3.png) no-repeat center;
  position: absolute;
  top: 23px;
  right: 0;
}
.pro .listimg li:hover .text .cond {
  color: #5fc754;
  letter-spacing: 1px;
}
.pro .listimg li:nth-child(1) {
  margin: 0 0 0 340px;
}
.case {
  height: 1034px;
  background: url(../images/case.jpg) no-repeat center top;
  padding: 45px 0 0;
  box-sizing: border-box;
}
.case .contents {
  position: relative;
}
.case .top {
  height: 50px;
  padding: 0 0 0 51px;
  box-sizing: border-box;
  position: absolute;
  top: 123px;
  left: -38px;
}
.case .top::before {
  content: "";
  display: block;
  width: 34px;
  height: 29px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 20px;
  left: -30px;
}
.case .top i {
  font-family: Arial;
  font-size: 70px;
  font-weight: bold;
  color: #5fc754;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.case .top h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.case .top em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #5fc754;
  line-height: 10px;
  position: absolute;
  top: 40px;
  left: 51px;
  width: 200px;
}
.case .agr {
  font-family: Arial;
  font-size: 40px;
  color: #5fc754;
  line-height: 50px;
  position: absolute;
  top: 264px;
  left: 0;
  font-weight: bold;
}
.case .caseslide {
  position: relative;
}
.case .caseslide .bd li {
  display: flex;
  justify-content: space-between;
}
.case .caseslide .bd li .text {
  width: 410px;
  margin: 405px 0 0;
}
.case .caseslide .bd li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .text p {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 5px 0 0;
}
.case .caseslide .bd li .text .more {
  display: block;
  width: 150px;
  height: 44px;
  background: url(../images/more5.png) no-repeat center left;
  padding: 0 0 0 75px;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 44px;
  font-weight: bold;
  margin: 20px 0 0;
}
.case .caseslide .bd li .tu {
  width: 631px;
  height: 631px;
  border-radius: 50%;
  padding: 13px;
  box-shadow: 0px 0px 65px 0px rgba(17, 17, 17, 0.13);
  background: #fff;
  margin: 0 125px 0 0;
}
.case .caseslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.case .caseslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseslide .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .bd li:hover .text .cond {
  color: #5fc754;
  letter-spacing: 1px;
}
.case .caseslide .arr {
  width: 247px;
  height: 106px;
  background: url(../images/arr-case.png) no-repeat center;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 410px;
  left: 480px;
}
.case .caseslide .arr .prev {
  width: 125px;
  height: 106px;
  cursor: pointer;
}
.case .caseslide .arr .next {
  width: 125px;
  height: 106px;
  cursor: pointer;
}
.case .caseslide .tel {
  width: 178px;
  height: 48px;
  background: #5fc754 url(../images/tel1.png) no-repeat center left;
  background-position-x: 11px;
  border-radius: 24px;
  padding: 0 0 0 47px;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 20px;
  color: #fff;
  line-height: 48px;
  font-weight: bold;
  position: absolute;
  top: 427px;
  right: 0;
}
.case .list {
  display: flex;
  justify-content: space-between;
  margin: 52px 0 0;
}
.case .list li {
  width: 595px;
  height: 280px;
  background: #f8f8ff;
  border-radius: 3px;
  padding: 48px 56px 48px 29px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  transition: 0.5s linear;
}
.case .list li .img {
  display: block;
  width: 250px;
  height: 184px;
  overflow: hidden;
}
.case .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .list li .img img:hover {
  transform: scale(1.1);
}
.case .list li .text {
  width: 210px;
  margin: 10px 0 0;
}
.case .list li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 35px;
  padding: 0 0 0 47px;
  background: url(../images/title1.png) no-repeat center left;
  background-position-x: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .list li .text p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  margin: 10px 0 0;
}
.case .list li .text .more {
  display: block;
  width: 150px;
  height: 44px;
  background: url(../images/more6.png) no-repeat center left;
  padding: 0 0 0 75px;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 44px;
  font-weight: bold;
  margin: 20px 0 0 84px;
  transition: 0.5s linear;
}
.case .list li:hover {
  background: #feb83e;
}
.case .list li:hover .text .cond {
  background: url(../images/title2.png) no-repeat center left;
  background-position-x: 11px;
}
.case .list li:hover .text .more {
  background: url(../images/more7.png) no-repeat center left;
}
.cooper {
  height: 610px;
  background: url(../images/cooper.jpg) no-repeat center top;
  padding: 80px 0 0;
  box-sizing: border-box;
}
.cooper .top {
  height: 50px;
  padding: 0 0 0 51px;
  box-sizing: border-box;
  width: 270px;
  margin: 0 auto;
}
.cooper .top::before {
  content: "";
  display: block;
  width: 34px;
  height: 29px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 20px;
  left: -30px;
}
.cooper .top i {
  font-family: Arial;
  font-size: 70px;
  font-weight: bold;
  color: #5fc754;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.cooper .top h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.cooper .top em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #5fc754;
  line-height: 10px;
  position: absolute;
  top: 40px;
  left: 30px;
  width: 200px;
}
.cooper .list {
  display: flex;
  justify-content: space-between;
  margin: 47px -54px 0;
}
.cooper .list li {
  width: 206px;
  height: 206px;
  background: url(../images/lb1.png) no-repeat center;
  padding: 54px 0 0;
  box-sizing: border-box;
  border-radius: 50%;
  transition: 0.5s linear;
}
.cooper .list li em {
  display: flex;
  justify-content: center;
  position: relative;
  height: 39px;
  width: 100%;
  overflow: hidden;
}
.cooper .list li em img {
  position: absolute;
  transition: 0.5s linear;
}
.cooper .list li em img:nth-child(1) {
  top: 0;
}
.cooper .list li em img:nth-child(2) {
  top: -40px;
}
.cooper .list li i {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 0;
}
.cooper .list li span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #e7fde0;
  line-height: 10px;
  margin: 8px 0 0;
  text-align: center;
}
.cooper .list li:nth-child(2) {
  margin: 150px 0 0;
}
.cooper .list li:nth-child(4) {
  margin: 150px 0 0;
}
.cooper .list .on {
  background: url(../images/lb2.png) no-repeat center;
  box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.15);
}
.cooper .list .on em img:nth-child(1) {
  top: 50px;
}
.cooper .list .on em img:nth-child(2) {
  top: 0;
}
.abo {
  height: 1014px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 115px 0 0;
  box-sizing: border-box;
}
.abo .contents {
  position: relative;
}
.abo .dec {
  position: absolute;
  top: -100px;
  right: 300px;
  z-index: 50;
}
.abo .box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.abo .box::before {
  content: "";
  display: block;
  width: 612px;
  height: 129px;
  position: absolute;
  background: #5fc754;
  top: 0;
  right: -166px;
}
.abo .box .list {
  display: flex;
  justify-content: space-between;
  width: 630px;
}
.abo .box .list li {
  position: relative;
}
.abo .box .list li::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 29px;
  left: 32px;
  border-radius: 50%;
  transition: 0.5s linear;
}
.abo .box .list li::after {
  content: "";
  display: block;
  width: 51px;
  height: 1px;
  position: absolute;
  background: #d2d2d2;
  top: 65px;
  left: 118px;
}
.abo .box .list li .cond {
  display: block;
  width: 300px;
  height: 130px;
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 40px 0 0 164px;
}
.abo .box .list li .cond i {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 20px;
}
.abo .box .list li .cond span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #ccc;
  line-height: 20px;
  margin: 10px 0 0;
}
.abo .box .list li:nth-child(1)::before {
  background: #fff url(../images/r1.png) no-repeat center;
}
.abo .box .list li:nth-child(2)::before {
  background: #fff url(../images/r2.png) no-repeat center;
}
.abo .box .list .on:nth-child(1)::before {
  background: #fff url(../images/r1s.png) no-repeat center;
}
.abo .box .list .on:nth-child(2)::before {
  background: #fff url(../images/r2s.png) no-repeat center;
}
.abo .box .top {
  height: 50px;
  padding: 0 0 0 51px;
  box-sizing: border-box;
  margin: 36px 0 0;
}
.abo .box .top::before {
  content: "";
  display: block;
  width: 34px;
  height: 29px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 20px;
  left: -30px;
}
.abo .box .top i {
  font-family: Arial;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.abo .box .top h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
.abo .box .top em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 10px;
  position: absolute;
  top: 40px;
  left: 60px;
  width: 200px;
}
.abo .warp {
  margin: 81px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside {
  width: 551px;
  margin: 30px 0 0;
}
.abo .warp .aside h3 {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
}
.abo .warp .aside .text {
  font-size: 14px;
  color: #777;
  line-height: 36px;
  margin: 40px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 180px;
}
.abo .warp .aside .more {
  display: block;
  width: 150px;
  height: 44px;
  background: url(../images/more5.png) no-repeat center left;
  padding: 0 0 0 75px;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 44px;
  font-weight: bold;
  margin: 20px 0 0;
}
.abo .warp .aside .tel {
  width: 313px;
  height: 100px;
  background: #e7fde0 url(../images/tel2.png) no-repeat center left;
  border-radius: 50px;
  padding: 24px 0 0 101px;
  box-sizing: border-box;
  margin: 84px 0 0;
}
.abo .warp .aside .tel i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 15px;
}
.abo .warp .aside .tel span {
  display: block;
  font-family: Arial;
  font-size: 24px;
  color: #5fc754;
  font-weight: bold;
  margin: 10px 0 0;
}
.abo .warp .about {
  margin: 0 -160px 0 0;
  width: 815px;
  height: 550px;
  padding: 15px;
  box-sizing: border-box;
  background: #f4f4f4;
  overflow: hidden;
}
.abo .warp .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.capital {
  height: 757px;
  background: url(../images/cap.jpg) no-repeat center top;
}
.capital .box {
  display: flex;
  justify-content: space-between;
}
.capital .box .top {
  height: 50px;
  padding: 0 0 0 51px;
  box-sizing: border-box;
  position: relative;
}
.capital .box .top::before {
  content: "";
  display: block;
  width: 34px;
  height: 29px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 20px;
  left: -30px;
}
.capital .box .top i {
  font-family: Arial;
  font-size: 70px;
  font-weight: bold;
  color: #5fc754;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
}
.capital .box .top h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.capital .box .top em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #5fc754;
  line-height: 10px;
  position: absolute;
  top: 40px;
  left: 54px;
  width: 200px;
}
.capital .box .more {
  display: block;
  width: 70px;
  height: 54px;
  background: url(../images/more1.png) no-repeat center;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 54px;
  font-weight: bold;
  position: relative;
  margin: 25px 0 0;
}
.capital .box .more::before {
  content: "";
  display: block;
  width: 600px;
  height: 1px;
  position: absolute;
  background: #eee;
  top: 50%;
  left: -624px;
}
.capital .capitalslide {
  margin: 70px 0 0;
  position: relative;
}
.capital .capitalslide .bd li {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .aside {
  width: 610px;
  height: 614px;
  background: #f8f8ff;
  padding: 48px 45px 0 96px;
  box-sizing: border-box;
  margin: 0 0 0 -100px;
  position: relative;
}
.capital .capitalslide .bd li .aside::before {
  content: "";
  display: block;
  width: 233px;
  height: 3px;
  position: absolute;
  background: #5fc754;
  top: 150px;
  left: -84px;
}
.capital .capitalslide .bd li .aside .more {
  display: block;
  width: 150px;
  height: 44px;
  background: url(../images/more5.png) no-repeat center left;
  padding: 0 0 0 75px;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 44px;
  font-weight: bold;
  margin: 0 0 0 340px;
}
.capital .capitalslide .bd li .aside .data {
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #5fc754;
  line-height: 30px;
  padding: 0 0 0 89px;
  box-sizing: border-box;
  background: url(../images/time.png) no-repeat center left;
  background-position-x: 27px;
  margin: 13px 0 0;
}
.capital .capitalslide .bd li .aside .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 0 0 0 88px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin: 15px 0 0;
}
.capital .capitalslide .bd li .aside .img {
  display: block;
  width: 469px;
  height: 295px;
  overflow: hidden;
  margin: 45px 0 0;
}
.capital .capitalslide .bd li .aside .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .aside:hover .cond {
  color: #5fc754;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .plaet .list {
  width: 700px;
  height: 170px;
  background: #f8f8ff;
  box-sizing: border-box;
  border-radius: 85px;
  padding: 0 227px 0 71px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  overflow: hidden;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .data {
  width: 76px;
  border-right: 1px dashed #ddd;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalslide .bd li .plaet .list .data::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  position: absolute;
  background: #999;
  top: 43px;
  left: 0;
}
.capital .capitalslide .bd li .plaet .list .data i {
  display: block;
  font-family: Arial;
  font-size: 36px;
  color: #ccc;
  line-height: 26px;
  font-weight: bold;
}
.capital .capitalslide .bd li .plaet .list .data span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 15px;
  margin: 40px 0 0;
}
.capital .capitalslide .bd li .plaet .list .text {
  width: 295px;
}
.capital .capitalslide .bd li .plaet .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .plaet .list .text .cond::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #5fc754;
  top: 15px;
  left: 0;
  border-radius: 50%;
}
.capital .capitalslide .bd li .plaet .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .plaet .list .tu1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 8px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .tu1 .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.capital .capitalslide .bd li .plaet .list .tu1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .tu1 .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .plaet .list .tu2 {
  position: absolute;
  top: 0;
  left: -200px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 8px;
  box-sizing: border-box;
  overflow: hidden;
  background: #feb83e;
  box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.25);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .tu2 .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.capital .capitalslide .bd li .plaet .list .tu2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list .tu2 .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .plaet .list:hover {
  padding: 0 73px 0 225px;
}
.capital .capitalslide .bd li .plaet .list:hover .tu1 {
  right: -200px;
}
.capital .capitalslide .bd li .plaet .list:hover .tu2 {
  left: 0;
}
.capital .capitalslide .hd {
  display: flex;
  justify-content: space-between;
  width: 340px;
  position: absolute;
  top: -150px;
  right: 343px;
  z-index: 50;
}
.capital .capitalslide .hd li {
  position: relative;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  background: url(../images/cire1.png) no-repeat center;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.capital .capitalslide .hd li .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  padding: 0 0 25px 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on .cond {
  font-weight: bold;
}
